home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / sun3.md / mon / RCS / bootparam.h,v < prev    next >
Encoding:
Text File  |  1989-07-14  |  1.0 KB  |  71 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     89.07.14.09.23.20;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.07.14.09.20.47;  author rab;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @/*
  30.  * bootparam.h
  31.  *
  32.  * @@(#)bootparam.h 1.5 88/02/08 SMI
  33.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  34.  */
  35.  
  36. /*
  37.  * Constants for stand-alone I/O (bootstrap) code.
  38.  */
  39. #ifdef SUN4
  40. #define    BBSIZE   (64*512) /* Boot block size.               */
  41. #ifdef CACHE
  42. #define LOADADDR 0x20000  /* Load address of boot programs. */
  43. #else /* CACHE */
  44. #define LOADADDR 0x4000   /* Load address of boot programs. */
  45. #endif /* CACHE */
  46. #else /* SUN4 */
  47. #define BBSIZE   8192     /* Boot block size.               */
  48. #define LOADADDR 0x4000   /* Load address of boot programs. */
  49. #endif /* SUN4 */
  50.  
  51. #define    DEV_BSIZE 512
  52. @
  53.  
  54.  
  55. 1.1
  56. log
  57. @Initial revision
  58. @
  59. text
  60. @d15 1
  61. a15 1
  62. #else CACHE
  63. d17 2
  64. a18 2
  65. #endif CACHE
  66. #else SUN4
  67. d21 1
  68. a21 1
  69. #endif SUN4
  70. @
  71.